Class ZipAbout

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----com.sun.java.swing.JDialog
                                           |
                                           +----ZipAbout

public class ZipAbout
extends JDialog
Class used to display the about program

Version:
1.0
Author:
Frank Moisant - Patrick Titiano
See Also:
ZipButton

Constructor Index

 o ZipAbout(Frame, String)
Class constructor

Method Index

 o isResizable()
Return if the dialog can be resized

Constructors

 o ZipAbout
 public ZipAbout(Frame owner,
                 String title)
Class constructor

Parameters:
owner - the frame instanciating the dialog
title - the title of the dialog

Methods

 o isResizable
 public boolean isResizable()
Return if the dialog can be resized

Returns:
always false
Overrides:
isResizable in class Dialog